std::bitset::none
From Cppreference
| bool none() const;
| ||
Checks if no bits are set to true.
Parameters
(none)
Return value
true if no bits are set to true, otherwise false
See also
| checks if all bits are set to true (public member function) | |
| checks if any of the bits are set to true (public member function) | |